Sun | Netscape Alliance jre
in case of installing JRE 1.7 update 13: Sometimes it is needed that the browsers (and java applications) are closed before installingthe new update. Also when using 64bit browser and 32bit b… Read More
CLI for the exe Java 7u10+ <jre>.exe [/s] [INSTALLDIR=<drive>:\<JRE_install_path>] [STATIC=1] [WEB_JAVA=0/1] [WEB_JAVA_SECURITY_LEVEL=VH/H/M/L] Read More
Java JRE x64 jre-6u27-windows-x64.exe /s /v"/qn[IEXPLORER=1][REBOOT=Suppress][JAVAUPDATE=1][EULA=1]" Java JRE x32 Extract .exe content, copy files, run; msiexec /i jre1.6.0_27.msi /q Read More
I ran the installer on a test machine and then looked in %appdata% to find the msi installer files. There are two folders, one named "AU" and the other named "jre1.6.0_29". Ignore the AU folde… Read More
1) Start 6:27-jre-windows-i586.exe ( this is jre6 update 27) 2) Go to% appdata% (C: \ Documents and Settings \ xxxxxx \ Application Data \ Sun \ Java) There are two folders: 1) AU and 2) jre1.… Read More
As the Java Auto Updater feature of Java gets installed as an msi file Another method of removing it after the software has been installed is by running Microsoft's Windows Installer Cleanup utility Read More
@echo off @echo Installing Java 6u21 @jre-6u21-windows-i586.exe /s ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 REBOOT=Suppress JAVAUPDATE=0 @echo done! the above batch file installs it fine for us but … Read More
Powershell script to update the proxysettings for Windows 7 computers: $javapath = "$env:userprofile\appdata\locallow\Sun\Java\Deployment\deployment.properties" $javafile = Get-Content $javapa… Read More
Silent Installation JDK Documentation This section discusses silent installation of the Java Runtime Environment (JRE) on Windows 32-bit platform. It is intended for: * System Admi… Read More
The jre-6u20-windows-i586-s.exe installer now supports msiexec switches natively but doesn't support turning off automatic updates. I tried JAVAUPDATE=0 AUTOUPDATECHECK=0 JU=0; all were recogni… Read More
Java_1.4.2_Update12 Java1.4.2 has known problem with configuring proxy on multiple java versions. Proxy settings are stored in Application Data\Sun\Java\Deployment\deployment. properties. Thi… Read More
JAVA_1.4.2_UPDATE12 It is strictly recommended not repair this application as this application has special behaviour after repair size of application gets reduced and java control panel get c… Read More
JAVA_1.4.2_UPDATE12 Auto updates are disabled by using custom actions âPost_Configâ , this custom action will create Registry key â\EnableAutoUpdateCheckâ under HKEY_LOCAL_… Read More
Proxy settings: Proxy settings will be performed by using this VB script: On Error Resume Next Set objFSO = CreateObject("Scripting.FileSystemObject") Set objShell = CreateObject("WScript.S… Read More
This is for Java 1.6.0_07. Will probably work for other versions also. After about an hour of testing, I have found a really REALLY easy way to configure Java. All of the public properties wi… Read More
msiexec /i jre1.6.0_16.msi /passive /norestart /qb ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 REBOOT=Suppress Supress msiexec /x jre1.6.0_16.msi /quiet /norestart Read More
Here's how to make NON-autoupdating, NON-tray-icon-showing version of JRE 1.6.0_14, using only Orca on the MSI extracted from official .exe installer. Create "fixautoupdate.vbs" file with fol… Read More
I recently made a package for 1.6.0_12 and it worked well using many of the comments on here. One thing to add that we had issues with. After the install we had issues in Oracle Applications … Read More
I think djseppie may be wrong, I got this to work after a little bit of help on the forum... http://www.appdeploy.com/messageboards/tm.asp?m=33488 Read More
I used the following for Java 6 update 5: To fully disable auto-updating just use the msi install switch : 'AUTOUPDATECHECK=0'. When using 'AUTOUPDATECHECK=0', then the java update schedular … Read More
JAVAUPDATE=0 no longer works (from 1.5.0_04 and upwords?) Workaround; update the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy] "EnableJavaUpdate"=dword:00000000 Read More
I made direct edits to the extracted MSI for the property settings then added a nested install after the "Finalize Install" within the package to write the key: [HKEY_LOCAL_MACHINE\SOFTWARE\Ja… Read More
Platform(s): Windows 98, Windows ME, Windows 2000 (SP4+), Windows XP (SP1 SP2), Windows 2003 JRE version(s): 1.4.2_xx, 1.5.0, 1.4.0_xx, 1.4.1_xx --- ADDLOCAL is either jrecore[,extra][,other_… Read More